path/filepath.lazybuf.buf (field)
11 uses
path/filepath (current package)
path.go#L28: buf []byte
path.go#L35: if b.buf != nil {
path.go#L36: return b.buf[i]
path.go#L42: if b.buf == nil {
path.go#L47: b.buf = make([]byte, len(b.path))
path.go#L48: copy(b.buf, b.path[:b.w])
path.go#L50: b.buf[b.w] = c
path.go#L55: b.buf = append(prefix, b.buf...)
path.go#L60: if b.buf == nil {
path.go#L63: return b.volAndPath[:b.volLen] + string(b.buf[:b.w])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |